Skip to content

Conversation

JonathanCrockett
Copy link

@JonathanCrockett JonathanCrockett commented Aug 26, 2025

Ubuntu 24.04 upstream base image now has a user "ubuntu" assigned uid/gid 1000. This conflicts with other CROPS images. It is currently preventing creation of "pokyuser" in poky-container, so remove this new user in our ubuntu-24.04 base to prevent the conflict.

The problem manifests in poky-container when usersetup.py tries to create pokyuser @ 1000 but ubuntu already has it so the user creation and fails, then the container fails and you see this error:

sudo: unknown user pokyuser
sudo: error initializing audit plugin sudoers_audit

Ubuntu 24.04 upstream base image now has a user "ubuntu" assigned
uid/gid 1000. This conflicts with other CROPS images. It is currently
preventing creation of "pokyuser" in poky-container, so remove this
new user in our ubuntu-24.04 base to prevent the conflict.

Signed-off-by: Jonathan Crockett <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant